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