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