License |
License |
---|---|
GroupId | GroupIdse.vgregion.javg |
ArtifactId | ArtifactIdruntime |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionruntime
Maven plugin for creating projects in the oppna-program community
|
Filename | Size |
---|---|
runtime-1.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.vgregion.javg/runtime/ -->
<dependency>
<groupId>se.vgregion.javg</groupId>
<artifactId>runtime</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.vgregion.javg/runtime/
implementation 'se.vgregion.javg:runtime:1.5'
// https://jarcasting.com/artifacts/se.vgregion.javg/runtime/
implementation ("se.vgregion.javg:runtime:1.5")
'se.vgregion.javg:runtime:pom:1.5'
<dependency org="se.vgregion.javg" name="runtime" rev="1.5">
<artifact name="runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.vgregion.javg', module='runtime', version='1.5')
)
libraryDependencies += "se.vgregion.javg" % "runtime" % "1.5"
[se.vgregion.javg/runtime "1.5"]