is not current version
Last Version 0.3

com.github.veithen.cosmos:maven-p2 0.1


Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.veithen.cosmos
ArtifactId

ArtifactId

maven-p2
Version

Version

0.1
Type

Type

jar

Download maven-p2 0.1


<!-- https://jarcasting.com/artifacts/com.github.veithen.cosmos/maven-p2/ -->
<dependency>
    <groupId>com.github.veithen.cosmos</groupId>
    <artifactId>maven-p2</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/maven-p2/
implementation 'com.github.veithen.cosmos:maven-p2:0.1'
// https://jarcasting.com/artifacts/com.github.veithen.cosmos/maven-p2/
implementation ("com.github.veithen.cosmos:maven-p2:0.1")
'com.github.veithen.cosmos:maven-p2:jar:0.1'
<dependency org="com.github.veithen.cosmos" name="maven-p2" rev="0.1">
  <artifact name="maven-p2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.cosmos', module='maven-p2', version='0.1')
)
libraryDependencies += "com.github.veithen.cosmos" % "maven-p2" % "0.1"
[com.github.veithen.cosmos/maven-p2 "0.1"]