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