2 Star 0 Fork 0

小村程序员/java-callgraph

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
assembly-dyn.xml 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
小村程序员 提交于 2024-08-30 13:45 +08:00 . 初始化版本
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>dycg-agent</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<unpack>true</unpack>
<includes>
<include>javassist:javassist</include>
</includes>
<scope>provided</scope>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<includes>
<include>gr/gousiosg/javacg/dyn/*.class</include>
</includes>
<directory>target/classes</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
</fileSets>
</assembly>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hudl/java-callgraph.git
[email protected]:hudl/java-callgraph.git
hudl
java-callgraph
java-callgraph
master

搜索帮助