Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.sourceforge.datamakerapi |
ArtifactId | ArtifactIddatamakerapi |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
datamakerapi-1.1.1.pom | |
datamakerapi-1.1.1.jar | 6 MB |
datamakerapi-1.1.1-sources.jar | 64 KB |
datamakerapi-1.1.1-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.datamakerapi/datamakerapi/ -->
<dependency>
<groupId>net.sourceforge.datamakerapi</groupId>
<artifactId>datamakerapi</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.datamakerapi/datamakerapi/
implementation 'net.sourceforge.datamakerapi:datamakerapi:1.1.1'
// https://jarcasting.com/artifacts/net.sourceforge.datamakerapi/datamakerapi/
implementation ("net.sourceforge.datamakerapi:datamakerapi:1.1.1")
'net.sourceforge.datamakerapi:datamakerapi:jar:1.1.1'
<dependency org="net.sourceforge.datamakerapi" name="datamakerapi" rev="1.1.1">
<artifact name="datamakerapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.datamakerapi', module='datamakerapi', version='1.1.1')
)
libraryDependencies += "net.sourceforge.datamakerapi" % "datamakerapi" % "1.1.1"
[net.sourceforge.datamakerapi/datamakerapi "1.1.1"]