is not current version
Last Version 1.1.0

com.10duke.client.parent:maven 1.0.0

The root parent-POM for 10Duke java client

Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

com.10duke.client.parent
ArtifactId

ArtifactId

maven
Version

Version

1.0.0
Type

Type

pom

Download maven 1.0.0

Filename Size
maven-1.0.0.pom 5 KB
Browse

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