License |
License |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdmastfrog-modules |
Version | Version2.8.1 |
Type | Typepom |
Description |
DescriptionMastfrog Maven Modules
Shared configuration for Giulius, Acteur and
related projects
|
Project Organization |
Project OrganizationMastfrog Technologies |
Filename | Size |
---|---|
mastfrog-modules-2.8.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/mastfrog-modules/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>mastfrog-modules</artifactId>
<version>2.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/mastfrog-modules/
implementation 'com.mastfrog:mastfrog-modules:2.8.1'
// https://jarcasting.com/artifacts/com.mastfrog/mastfrog-modules/
implementation ("com.mastfrog:mastfrog-modules:2.8.1")
'com.mastfrog:mastfrog-modules:pom:2.8.1'
<dependency org="com.mastfrog" name="mastfrog-modules" rev="2.8.1">
<artifact name="mastfrog-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='mastfrog-modules', version='2.8.1')
)
libraryDependencies += "com.mastfrog" % "mastfrog-modules" % "2.8.1"
[com.mastfrog/mastfrog-modules "2.8.1"]