GroupId | GroupIdcom.quamto |
---|---|
ArtifactId | ArtifactIdquamto-project |
Version | Version1.1.0-rc |
Type | Typepom |
Filename | Size |
---|---|
quamto-project-1.1.0-rc.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.quamto/quamto-project/ -->
<dependency>
<groupId>com.quamto</groupId>
<artifactId>quamto-project</artifactId>
<version>1.1.0-rc</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.quamto/quamto-project/
implementation 'com.quamto:quamto-project:1.1.0-rc'
// https://jarcasting.com/artifacts/com.quamto/quamto-project/
implementation ("com.quamto:quamto-project:1.1.0-rc")
'com.quamto:quamto-project:pom:1.1.0-rc'
<dependency org="com.quamto" name="quamto-project" rev="1.1.0-rc">
<artifact name="quamto-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.quamto', module='quamto-project', version='1.1.0-rc')
)
libraryDependencies += "com.quamto" % "quamto-project" % "1.1.0-rc"
[com.quamto/quamto-project "1.1.0-rc"]