| License |
License |
|---|---|
| GroupId | GroupIdcom.csicit.ace |
| ArtifactId | ArtifactIddbplus |
| Version | Version1.0.63 |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| dbplus-1.0.63.pom | |
| dbplus-1.0.63.jar | 9 KB |
| dbplus-1.0.63-sources.jar | 118 bytes |
| dbplus-1.0.63-javadoc.jar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.csicit.ace/dbplus/ -->
<dependency>
<groupId>com.csicit.ace</groupId>
<artifactId>dbplus</artifactId>
<version>1.0.63</version>
</dependency>
// https://jarcasting.com/artifacts/com.csicit.ace/dbplus/
implementation 'com.csicit.ace:dbplus:1.0.63'
// https://jarcasting.com/artifacts/com.csicit.ace/dbplus/
implementation ("com.csicit.ace:dbplus:1.0.63")
'com.csicit.ace:dbplus:jar:1.0.63'
<dependency org="com.csicit.ace" name="dbplus" rev="1.0.63">
<artifact name="dbplus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csicit.ace', module='dbplus', version='1.0.63')
)
libraryDependencies += "com.csicit.ace" % "dbplus" % "1.0.63"
[com.csicit.ace/dbplus "1.0.63"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.csicit.ace : dbplus-core | jar | 1.0.63 |