GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdmastfrog-modules |
Version | Version2.6.10 |
Type | Typepom |
Filename | Size |
---|---|
mastfrog-modules-2.6.10.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/mastfrog-modules/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>mastfrog-modules</artifactId>
<version>2.6.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/mastfrog-modules/
implementation 'com.mastfrog:mastfrog-modules:2.6.10'
// https://jarcasting.com/artifacts/com.mastfrog/mastfrog-modules/
implementation ("com.mastfrog:mastfrog-modules:2.6.10")
'com.mastfrog:mastfrog-modules:pom:2.6.10'
<dependency org="com.mastfrog" name="mastfrog-modules" rev="2.6.10">
<artifact name="mastfrog-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='mastfrog-modules', version='2.6.10')
)
libraryDependencies += "com.mastfrog" % "mastfrog-modules" % "2.6.10"
[com.mastfrog/mastfrog-modules "2.6.10"]