Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.github.fengcone |
ArtifactId | ArtifactIdphasmida |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
phasmida-1.1.pom | |
phasmida-1.1.jar | 25 KB |
phasmida-1.1-sources.jar | 13 KB |
phasmida-1.1-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fengcone/phasmida/ -->
<dependency>
<groupId>com.github.fengcone</groupId>
<artifactId>phasmida</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fengcone/phasmida/
implementation 'com.github.fengcone:phasmida:1.1'
// https://jarcasting.com/artifacts/com.github.fengcone/phasmida/
implementation ("com.github.fengcone:phasmida:1.1")
'com.github.fengcone:phasmida:jar:1.1'
<dependency org="com.github.fengcone" name="phasmida" rev="1.1">
<artifact name="phasmida" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fengcone', module='phasmida', version='1.1')
)
libraryDependencies += "com.github.fengcone" % "phasmida" % "1.1"
[com.github.fengcone/phasmida "1.1"]