GroupId | GroupIdcom.nfbsoftware |
---|---|
ArtifactId | ArtifactIdsimple-ab |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
simple-ab-1.0.3.pom | |
simple-ab-1.0.3.jar | 30 KB |
simple-ab-1.0.3-sources.jar | 17 KB |
simple-ab-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nfbsoftware/simple-ab/
implementation 'com.nfbsoftware:simple-ab:1.0.3'
// https://jarcasting.com/artifacts/com.nfbsoftware/simple-ab/
implementation ("com.nfbsoftware:simple-ab:1.0.3")
'com.nfbsoftware:simple-ab:jar:1.0.3'
<dependency org="com.nfbsoftware" name="simple-ab" rev="1.0.3">
<artifact name="simple-ab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nfbsoftware', module='simple-ab', version='1.0.3')
)
libraryDependencies += "com.nfbsoftware" % "simple-ab" % "1.0.3"
[com.nfbsoftware/simple-ab "1.0.3"]