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