GroupId | GroupIdio.github.agentsoz |
---|---|
ArtifactId | ArtifactIdjill |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
jill-0.3.4.pom | |
jill-0.3.4.jar | 97 KB |
jill-0.3.4-sources.jar | 98 KB |
jill-0.3.4-javadoc.jar | 371 KB |
jill-0.3.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.agentsoz/jill/
implementation 'io.github.agentsoz:jill:0.3.4'
// https://jarcasting.com/artifacts/io.github.agentsoz/jill/
implementation ("io.github.agentsoz:jill:0.3.4")
'io.github.agentsoz:jill:jar:0.3.4'
<dependency org="io.github.agentsoz" name="jill" rev="0.3.4">
<artifact name="jill" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.agentsoz', module='jill', version='0.3.4')
)
libraryDependencies += "io.github.agentsoz" % "jill" % "0.3.4"
[io.github.agentsoz/jill "0.3.4"]