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