GroupId | GroupIdcom.nfbsoftware |
---|---|
ArtifactId | ArtifactIdsimple-ab |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
simple-ab-1.0.7.pom | |
simple-ab-1.0.7.jar | 31 KB |
simple-ab-1.0.7-sources.jar | 18 KB |
simple-ab-1.0.7-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nfbsoftware/simple-ab/ -->
<dependency>
<groupId>com.nfbsoftware</groupId>
<artifactId>simple-ab</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.nfbsoftware/simple-ab/
implementation 'com.nfbsoftware:simple-ab:1.0.7'
// https://jarcasting.com/artifacts/com.nfbsoftware/simple-ab/
implementation ("com.nfbsoftware:simple-ab:1.0.7")
'com.nfbsoftware:simple-ab:jar:1.0.7'
<dependency org="com.nfbsoftware" name="simple-ab" rev="1.0.7">
<artifact name="simple-ab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nfbsoftware', module='simple-ab', version='1.0.7')
)
libraryDependencies += "com.nfbsoftware" % "simple-ab" % "1.0.7"
[com.nfbsoftware/simple-ab "1.0.7"]