GroupId | GroupIdcom.github.tix320 |
---|---|
ArtifactId | ArtifactIddeft |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
deft-0.2.1.pom | |
deft-0.2.1.jar | 19 KB |
deft-0.2.1-sources.jar | 10 KB |
deft-0.2.1-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tix320/deft/ -->
<dependency>
<groupId>com.github.tix320</groupId>
<artifactId>deft</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tix320/deft/
implementation 'com.github.tix320:deft:0.2.1'
// https://jarcasting.com/artifacts/com.github.tix320/deft/
implementation ("com.github.tix320:deft:0.2.1")
'com.github.tix320:deft:jar:0.2.1'
<dependency org="com.github.tix320" name="deft" rev="0.2.1">
<artifact name="deft" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tix320', module='deft', version='0.2.1')
)
libraryDependencies += "com.github.tix320" % "deft" % "0.2.1"
[com.github.tix320/deft "0.2.1"]