GroupId | GroupIdio.github.agentsoz |
---|---|
ArtifactId | ArtifactIdjill-extension-template |
Version | Version0.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.agentsoz/jill-extension-template/ -->
<dependency>
<groupId>io.github.agentsoz</groupId>
<artifactId>jill-extension-template</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.agentsoz/jill-extension-template/
implementation 'io.github.agentsoz:jill-extension-template:0.3.1'
// https://jarcasting.com/artifacts/io.github.agentsoz/jill-extension-template/
implementation ("io.github.agentsoz:jill-extension-template:0.3.1")
'io.github.agentsoz:jill-extension-template:jar:0.3.1'
<dependency org="io.github.agentsoz" name="jill-extension-template" rev="0.3.1">
<artifact name="jill-extension-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.agentsoz', module='jill-extension-template', version='0.3.1')
)
libraryDependencies += "io.github.agentsoz" % "jill-extension-template" % "0.3.1"
[io.github.agentsoz/jill-extension-template "0.3.1"]