GroupId | GroupIdorg.bitbucket.mstrobel |
---|---|
ArtifactId | ArtifactIdprocyon-reflection |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
procyon-reflection-0.3.pom | |
procyon-reflection-0.3.jar | 366 KB |
procyon-reflection-0.3-sources.jar | 170 KB |
procyon-reflection-0.3-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.mstrobel/procyon-reflection/ -->
<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-reflection</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.mstrobel/procyon-reflection/
implementation 'org.bitbucket.mstrobel:procyon-reflection:0.3'
// https://jarcasting.com/artifacts/org.bitbucket.mstrobel/procyon-reflection/
implementation ("org.bitbucket.mstrobel:procyon-reflection:0.3")
'org.bitbucket.mstrobel:procyon-reflection:jar:0.3'
<dependency org="org.bitbucket.mstrobel" name="procyon-reflection" rev="0.3">
<artifact name="procyon-reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.mstrobel', module='procyon-reflection', version='0.3')
)
libraryDependencies += "org.bitbucket.mstrobel" % "procyon-reflection" % "0.3"
[org.bitbucket.mstrobel/procyon-reflection "0.3"]