License |
License |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdutil-parent |
Last Version | Last Version2.8.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionUtil Parent
BOM POM for Mastfrog Utilities libraries
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMastfrog Technologies |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
util-parent-2.8.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-parent/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-parent</artifactId>
<version>2.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-parent/
implementation 'com.mastfrog:util-parent:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/util-parent/
implementation ("com.mastfrog:util-parent:2.8.3")
'com.mastfrog:util-parent:pom:2.8.3'
<dependency org="com.mastfrog" name="util-parent" rev="2.8.3">
<artifact name="util-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-parent', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "util-parent" % "2.8.3"
[com.mastfrog/util-parent "2.8.3"]