is not current version
Last Version 2.8.3

com.mastfrog:scopes-parent 2.8.2

Guice custom scope tols

GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

scopes-parent
Version

Version

2.8.2
Type

Type

pom

Download scopes-parent 2.8.2

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

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