GroupId | GroupIdorg.objectweb.fractal.bf |
---|---|
ArtifactId | ArtifactIdutil |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFractal-BF: Utilities
Some utility classes.
|
Filename | Size |
---|---|
util-0.1.pom | |
util-0.1.jar | 3 KB |
util-0.1-sources.jar | 1 KB |
util-0.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.fractal.bf/util/ -->
<dependency>
<groupId>org.objectweb.fractal.bf</groupId>
<artifactId>util</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf/util/
implementation 'org.objectweb.fractal.bf:util:0.1'
// https://jarcasting.com/artifacts/org.objectweb.fractal.bf/util/
implementation ("org.objectweb.fractal.bf:util:0.1")
'org.objectweb.fractal.bf:util:jar:0.1'
<dependency org="org.objectweb.fractal.bf" name="util" rev="0.1">
<artifact name="util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.fractal.bf', module='util', version='0.1')
)
libraryDependencies += "org.objectweb.fractal.bf" % "util" % "0.1"
[org.objectweb.fractal.bf/util "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.objectweb.fractal.julia : julia-runtime | jar | 2.5.2 |
org.objectweb.fractal : fractal-util | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.4 |