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