Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.kevoree |
ArtifactId | ArtifactIdmaven-runtime-service |
Version | Version5.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kevoree/maven-runtime-service/ -->
<dependency>
<groupId>org.kevoree</groupId>
<artifactId>maven-runtime-service</artifactId>
<version>5.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree/maven-runtime-service/
implementation 'org.kevoree:maven-runtime-service:5.5.0'
// https://jarcasting.com/artifacts/org.kevoree/maven-runtime-service/
implementation ("org.kevoree:maven-runtime-service:5.5.0")
'org.kevoree:maven-runtime-service:jar:5.5.0'
<dependency org="org.kevoree" name="maven-runtime-service" rev="5.5.0">
<artifact name="maven-runtime-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree', module='maven-runtime-service', version='5.5.0')
)
libraryDependencies += "org.kevoree" % "maven-runtime-service" % "5.5.0"
[org.kevoree/maven-runtime-service "5.5.0"]