GroupId | GroupIdorg.objectweb.fractal.fractalexplorer |
---|---|
ArtifactId | ArtifactIdfractal-explorer |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
fractal-explorer-1.0.pom | |
fractal-explorer-1.0.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer/fractal-explorer/ -->
<dependency>
<groupId>org.objectweb.fractal.fractalexplorer</groupId>
<artifactId>fractal-explorer</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer/fractal-explorer/
implementation 'org.objectweb.fractal.fractalexplorer:fractal-explorer:1.0'
// https://jarcasting.com/artifacts/org.objectweb.fractal.fractalexplorer/fractal-explorer/
implementation ("org.objectweb.fractal.fractalexplorer:fractal-explorer:1.0")
'org.objectweb.fractal.fractalexplorer:fractal-explorer:jar:1.0'
<dependency org="org.objectweb.fractal.fractalexplorer" name="fractal-explorer" rev="1.0">
<artifact name="fractal-explorer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.fractalexplorer', module='fractal-explorer', version='1.0')
)
libraryDependencies += "org.objectweb.fractal.fractalexplorer" % "fractal-explorer" % "1.0"
[org.objectweb.fractal.fractalexplorer/fractal-explorer "1.0"]