| GroupId | GroupIdcom.acpreda |
|---|---|
| ArtifactId | ArtifactIdsprint10-db-doc |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sprint10-db-doc-1.0.0.pom | |
| sprint10-db-doc-1.0.0.jar | 2 KB |
| sprint10-db-doc-1.0.0-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.acpreda/sprint10-db-doc/ -->
<dependency>
<groupId>com.acpreda</groupId>
<artifactId>sprint10-db-doc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.acpreda/sprint10-db-doc/
implementation 'com.acpreda:sprint10-db-doc:1.0.0'
// https://jarcasting.com/artifacts/com.acpreda/sprint10-db-doc/
implementation ("com.acpreda:sprint10-db-doc:1.0.0")
'com.acpreda:sprint10-db-doc:jar:1.0.0'
<dependency org="com.acpreda" name="sprint10-db-doc" rev="1.0.0">
<artifact name="sprint10-db-doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acpreda', module='sprint10-db-doc', version='1.0.0')
)
libraryDependencies += "com.acpreda" % "sprint10-db-doc" % "1.0.0"
[com.acpreda/sprint10-db-doc "1.0.0"]