License |
License |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdutil-parent |
Version | Version2.8.0 |
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.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-parent/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-parent</artifactId>
<version>2.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-parent/
implementation 'com.mastfrog:util-parent:2.8.0'
// https://jarcasting.com/artifacts/com.mastfrog/util-parent/
implementation ("com.mastfrog:util-parent:2.8.0")
'com.mastfrog:util-parent:pom:2.8.0'
<dependency org="com.mastfrog" name="util-parent" rev="2.8.0">
<artifact name="util-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-parent', version='2.8.0')
)
libraryDependencies += "com.mastfrog" % "util-parent" % "2.8.0"
[com.mastfrog/util-parent "2.8.0"]