is not current version
Last Version 1.4.0

com.quamto:quamto-project 1.0.0-rc

Main maven project of Quamto, contains core libraries

GroupId

GroupId

com.quamto
ArtifactId

ArtifactId

quamto-project
Version

Version

1.0.0-rc
Type

Type

pom

Download quamto-project 1.0.0-rc


<!-- https://jarcasting.com/artifacts/com.quamto/quamto-project/ -->
<dependency>
    <groupId>com.quamto</groupId>
    <artifactId>quamto-project</artifactId>
    <version>1.0.0-rc</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.quamto/quamto-project/
implementation 'com.quamto:quamto-project:1.0.0-rc'
// https://jarcasting.com/artifacts/com.quamto/quamto-project/
implementation ("com.quamto:quamto-project:1.0.0-rc")
'com.quamto:quamto-project:pom:1.0.0-rc'
<dependency org="com.quamto" name="quamto-project" rev="1.0.0-rc">
  <artifact name="quamto-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.quamto', module='quamto-project', version='1.0.0-rc')
)
libraryDependencies += "com.quamto" % "quamto-project" % "1.0.0-rc"
[com.quamto/quamto-project "1.0.0-rc"]