| GroupId | GroupIdcom.github.13h3r.sqlmaster |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionSQLMaster project
|
| Filename | Size |
|---|---|
| core-1.0.pom | |
| core-1.0.jar | 32 KB |
| core-1.0-sources.jar | 17 KB |
| core-1.0-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.13h3r.sqlmaster/core/ -->
<dependency>
<groupId>com.github.13h3r.sqlmaster</groupId>
<artifactId>core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.13h3r.sqlmaster/core/
implementation 'com.github.13h3r.sqlmaster:core:1.0'
// https://jarcasting.com/artifacts/com.github.13h3r.sqlmaster/core/
implementation ("com.github.13h3r.sqlmaster:core:1.0")
'com.github.13h3r.sqlmaster:core:jar:1.0'
<dependency org="com.github.13h3r.sqlmaster" name="core" rev="1.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.13h3r.sqlmaster', module='core', version='1.0')
)
libraryDependencies += "com.github.13h3r.sqlmaster" % "core" % "1.0"
[com.github.13h3r.sqlmaster/core "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.3 |
| com.google.guava : guava | jar | 13.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.7 |