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