License |
License
EPL
|
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.emfjson |
ArtifactId | ArtifactIdemfjson |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
emfjson-0.13.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.emfjson/emfjson/ -->
<dependency>
<groupId>org.emfjson</groupId>
<artifactId>emfjson</artifactId>
<version>0.13.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.emfjson/emfjson/
implementation 'org.emfjson:emfjson:0.13.0'
// https://jarcasting.com/artifacts/org.emfjson/emfjson/
implementation ("org.emfjson:emfjson:0.13.0")
'org.emfjson:emfjson:pom:0.13.0'
<dependency org="org.emfjson" name="emfjson" rev="0.13.0">
<artifact name="emfjson" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.emfjson', module='emfjson', version='0.13.0')
)
libraryDependencies += "org.emfjson" % "emfjson" % "0.13.0"
[org.emfjson/emfjson "0.13.0"]