GroupId | GroupIdcom.codingapi |
---|---|
ArtifactId | ArtifactIdtx-plugins-db |
Version | Version0.0.0-test3 |
Type | Typejar |
Filename | Size |
---|---|
tx-plugins-db-0.0.0-test3.pom | |
tx-plugins-db-0.0.0-test3.jar | 21 KB |
tx-plugins-db-0.0.0-test3-sources.jar | 11 KB |
tx-plugins-db-0.0.0-test3-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingapi/tx-plugins-db/ -->
<dependency>
<groupId>com.codingapi</groupId>
<artifactId>tx-plugins-db</artifactId>
<version>0.0.0-test3</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingapi/tx-plugins-db/
implementation 'com.codingapi:tx-plugins-db:0.0.0-test3'
// https://jarcasting.com/artifacts/com.codingapi/tx-plugins-db/
implementation ("com.codingapi:tx-plugins-db:0.0.0-test3")
'com.codingapi:tx-plugins-db:jar:0.0.0-test3'
<dependency org="com.codingapi" name="tx-plugins-db" rev="0.0.0-test3">
<artifact name="tx-plugins-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingapi', module='tx-plugins-db', version='0.0.0-test3')
)
libraryDependencies += "com.codingapi" % "tx-plugins-db" % "0.0.0-test3"
[com.codingapi/tx-plugins-db "0.0.0-test3"]