GroupId | GroupIdcom.quamto |
---|---|
ArtifactId | ArtifactIdapis-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
apis-core-1.3.0.pom | |
apis-core-1.3.0.jar | 12 KB |
apis-core-1.3.0-sources.jar | 8 KB |
apis-core-1.3.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.quamto/apis-core/ -->
<dependency>
<groupId>com.quamto</groupId>
<artifactId>apis-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.quamto/apis-core/
implementation 'com.quamto:apis-core:1.3.0'
// https://jarcasting.com/artifacts/com.quamto/apis-core/
implementation ("com.quamto:apis-core:1.3.0")
'com.quamto:apis-core:jar:1.3.0'
<dependency org="com.quamto" name="apis-core" rev="1.3.0">
<artifact name="apis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quamto', module='apis-core', version='1.3.0')
)
libraryDependencies += "com.quamto" % "apis-core" % "1.3.0"
[com.quamto/apis-core "1.3.0"]