| GroupId | GroupIdorg.apache.portals.pluto |
|---|---|
| ArtifactId | ArtifactIdpluto-util |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pluto-util-2.0.0.pom | |
| pluto-util-2.0.0.jar | 57 KB |
| pluto-util-2.0.0-sources.jar | 55 KB |
| pluto-util-2.0.0-javadoc.jar | 217 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.portals.pluto/pluto-util/ -->
<dependency>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>pluto-util</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.portals.pluto/pluto-util/
implementation 'org.apache.portals.pluto:pluto-util:2.0.0'
// https://jarcasting.com/artifacts/org.apache.portals.pluto/pluto-util/
implementation ("org.apache.portals.pluto:pluto-util:2.0.0")
'org.apache.portals.pluto:pluto-util:jar:2.0.0'
<dependency org="org.apache.portals.pluto" name="pluto-util" rev="2.0.0">
<artifact name="pluto-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.portals.pluto', module='pluto-util', version='2.0.0')
)
libraryDependencies += "org.apache.portals.pluto" % "pluto-util" % "2.0.0"
[org.apache.portals.pluto/pluto-util "2.0.0"]