is not current version
Last Version 2.8.3

com.mastfrog:scopes-parent 2.6.1

Guice custom scope tols

GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

scopes-parent
Version

Version

2.6.1
Type

Type

pom

Download scopes-parent 2.6.1

Filename Size
scopes-parent-2.6.1.pom 1 KB
Browse

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