GroupId | GroupIdorg.nightcode |
---|---|
ArtifactId | ArtifactIdbertool |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
bertool-0.4.pom | |
bertool-0.4.jar | 29 KB |
bertool-0.4-sources.jar | 19 KB |
bertool-0.4-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nightcode/bertool/ -->
<dependency>
<groupId>org.nightcode</groupId>
<artifactId>bertool</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.nightcode/bertool/
implementation 'org.nightcode:bertool:0.4'
// https://jarcasting.com/artifacts/org.nightcode/bertool/
implementation ("org.nightcode:bertool:0.4")
'org.nightcode:bertool:jar:0.4'
<dependency org="org.nightcode" name="bertool" rev="0.4">
<artifact name="bertool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nightcode', module='bertool', version='0.4')
)
libraryDependencies += "org.nightcode" % "bertool" % "0.4"
[org.nightcode/bertool "0.4"]