is not current version
Last Version 2.8.3

com.mastfrog:mastfrog-parent 2.7.1

Shared configuration for Giulius, Acteur and related projects

GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

mastfrog-parent
Version

Version

2.7.1
Type

Type

pom

Download mastfrog-parent 2.7.1

Filename Size
mastfrog-parent-2.7.1.pom 64 KB
Browse

<!-- https://jarcasting.com/artifacts/com.mastfrog/mastfrog-parent/ -->
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>mastfrog-parent</artifactId>
    <version>2.7.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/mastfrog-parent/
implementation 'com.mastfrog:mastfrog-parent:2.7.1'
// https://jarcasting.com/artifacts/com.mastfrog/mastfrog-parent/
implementation ("com.mastfrog:mastfrog-parent:2.7.1")
'com.mastfrog:mastfrog-parent:pom:2.7.1'
<dependency org="com.mastfrog" name="mastfrog-parent" rev="2.7.1">
  <artifact name="mastfrog-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='mastfrog-parent', version='2.7.1')
)
libraryDependencies += "com.mastfrog" % "mastfrog-parent" % "2.7.1"
[com.mastfrog/mastfrog-parent "2.7.1"]