| GroupId | GroupIdorg.webpieces |
|---|---|
| ArtifactId | ArtifactIdlibraries |
| Version | Version2.0.148 |
| Type | Typejar |
| Filename | Size |
|---|---|
| libraries-2.0.148.pom | |
| libraries-2.0.148.jar | 352 bytes |
| libraries-2.0.148-sources.jar | 352 bytes |
| libraries-2.0.148-javadoc.jar | 352 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/libraries/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>libraries</artifactId>
<version>2.0.148</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/libraries/
implementation 'org.webpieces:libraries:2.0.148'
// https://jarcasting.com/artifacts/org.webpieces/libraries/
implementation ("org.webpieces:libraries:2.0.148")
'org.webpieces:libraries:jar:2.0.148'
<dependency org="org.webpieces" name="libraries" rev="2.0.148">
<artifact name="libraries" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='libraries', version='2.0.148')
)
libraryDependencies += "org.webpieces" % "libraries" % "2.0.148"
[org.webpieces/libraries "2.0.148"]