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