GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdstructure |
Version | Version7 |
Type | Typejar |
Filename | Size |
---|---|
structure-7.pom | |
structure-7.jar | 116 KB |
structure-7-tests.jar | 233 KB |
structure-7-sources.jar | 35 KB |
structure-7-js.zip | 58 KB |
structure-7-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/structure/ -->
<dependency>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>structure</artifactId>
<version>7</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/structure/
implementation 'org.kevoree.mwg.plugins:structure:7'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/structure/
implementation ("org.kevoree.mwg.plugins:structure:7")
'org.kevoree.mwg.plugins:structure:jar:7'
<dependency org="org.kevoree.mwg.plugins" name="structure" rev="7">
<artifact name="structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='structure', version='7')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "structure" % "7"
[org.kevoree.mwg.plugins/structure "7"]