Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.bitbucket.swattu |
ArtifactId | ArtifactIddatastore-base |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
datastore-base-2.0.1.pom | |
datastore-base-2.0.1.jar | 2 KB |
datastore-base-2.0.1-sources.jar | 1 KB |
datastore-base-2.0.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.swattu/datastore-base/ -->
<dependency>
<groupId>org.bitbucket.swattu</groupId>
<artifactId>datastore-base</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.swattu/datastore-base/
implementation 'org.bitbucket.swattu:datastore-base:2.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.swattu/datastore-base/
implementation ("org.bitbucket.swattu:datastore-base:2.0.1")
'org.bitbucket.swattu:datastore-base:jar:2.0.1'
<dependency org="org.bitbucket.swattu" name="datastore-base" rev="2.0.1">
<artifact name="datastore-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.swattu', module='datastore-base', version='2.0.1')
)
libraryDependencies += "org.bitbucket.swattu" % "datastore-base" % "2.0.1"
[org.bitbucket.swattu/datastore-base "2.0.1"]