| GroupId | GroupIdcom.github.jasync-sql |
|---|---|
| ArtifactId | ArtifactIdjasync-common |
| Version | Version1.0.15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jasync-common-1.0.15.pom | |
| jasync-common-1.0.15.jar | 358 KB |
| jasync-common-1.0.15-sources.jar | 56 KB |
| jasync-common-1.0.15-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-common/ -->
<dependency>
<groupId>com.github.jasync-sql</groupId>
<artifactId>jasync-common</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-common/
implementation 'com.github.jasync-sql:jasync-common:1.0.15'
// https://jarcasting.com/artifacts/com.github.jasync-sql/jasync-common/
implementation ("com.github.jasync-sql:jasync-common:1.0.15")
'com.github.jasync-sql:jasync-common:jar:1.0.15'
<dependency org="com.github.jasync-sql" name="jasync-common" rev="1.0.15">
<artifact name="jasync-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasync-sql', module='jasync-common', version='1.0.15')
)
libraryDependencies += "com.github.jasync-sql" % "jasync-common" % "1.0.15"
[com.github.jasync-sql/jasync-common "1.0.15"]