Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.decompiler.procyon |
ArtifactId | ArtifactIdprocyon-core |
Version | Version2.5.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
procyon-core-2.5.0.CR1.pom | |
procyon-core-2.5.0.CR1.jar | 190 KB |
procyon-core-2.5.0.CR1-sources.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.decompiler.procyon/procyon-core/ -->
<dependency>
<groupId>org.jboss.windup.decompiler.procyon</groupId>
<artifactId>procyon-core</artifactId>
<version>2.5.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.decompiler.procyon/procyon-core/
implementation 'org.jboss.windup.decompiler.procyon:procyon-core:2.5.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.windup.decompiler.procyon/procyon-core/
implementation ("org.jboss.windup.decompiler.procyon:procyon-core:2.5.0.CR1")
'org.jboss.windup.decompiler.procyon:procyon-core:jar:2.5.0.CR1'
<dependency org="org.jboss.windup.decompiler.procyon" name="procyon-core" rev="2.5.0.CR1">
<artifact name="procyon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.decompiler.procyon', module='procyon-core', version='2.5.0.CR1')
)
libraryDependencies += "org.jboss.windup.decompiler.procyon" % "procyon-core" % "2.5.0.CR1"
[org.jboss.windup.decompiler.procyon/procyon-core "2.5.0.CR1"]