GroupId | GroupIdio.joj |
---|---|
ArtifactId | ArtifactIdjoj-reflect |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
joj-reflect-1.0.1.pom | |
joj-reflect-1.0.1.jar | 17 KB |
joj-reflect-1.0.1-sources.jar | 8 KB |
joj-reflect-1.0.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joj/joj-reflect/ -->
<dependency>
<groupId>io.joj</groupId>
<artifactId>joj-reflect</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.joj/joj-reflect/
implementation 'io.joj:joj-reflect:1.0.1'
// https://jarcasting.com/artifacts/io.joj/joj-reflect/
implementation ("io.joj:joj-reflect:1.0.1")
'io.joj:joj-reflect:jar:1.0.1'
<dependency org="io.joj" name="joj-reflect" rev="1.0.1">
<artifact name="joj-reflect" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joj', module='joj-reflect', version='1.0.1')
)
libraryDependencies += "io.joj" % "joj-reflect" % "1.0.1"
[io.joj/joj-reflect "1.0.1"]