GroupId | GroupIdio.github.agentsoz |
---|---|
ArtifactId | ArtifactIdjill |
Version | Version0.3.3 |
Type | Typejar |
Filename | Size |
---|---|
jill-0.3.3.pom | |
jill-0.3.3.jar | 97 KB |
jill-0.3.3-sources.jar | 98 KB |
jill-0.3.3-javadoc.jar | 371 KB |
jill-0.3.3-jar-with-dependencies.jar | 999 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.agentsoz/jill/ -->
<dependency>
<groupId>io.github.agentsoz</groupId>
<artifactId>jill</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.agentsoz/jill/
implementation 'io.github.agentsoz:jill:0.3.3'
// https://jarcasting.com/artifacts/io.github.agentsoz/jill/
implementation ("io.github.agentsoz:jill:0.3.3")
'io.github.agentsoz:jill:jar:0.3.3'
<dependency org="io.github.agentsoz" name="jill" rev="0.3.3">
<artifact name="jill" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.agentsoz', module='jill', version='0.3.3')
)
libraryDependencies += "io.github.agentsoz" % "jill" % "0.3.3"
[io.github.agentsoz/jill "0.3.3"]