GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdcolors |
Version | Version2.7.1 |
Type | Typejar |
Filename | Size |
---|---|
colors-2.7.1.pom | |
colors-2.7.1.jar | 60 KB |
colors-2.7.1-sources.jar | 35 KB |
colors-2.7.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/colors/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>colors</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/colors/
implementation 'com.mastfrog:colors:2.7.1'
// https://jarcasting.com/artifacts/com.mastfrog/colors/
implementation ("com.mastfrog:colors:2.7.1")
'com.mastfrog:colors:jar:2.7.1'
<dependency org="com.mastfrog" name="colors" rev="2.7.1">
<artifact name="colors" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='colors', version='2.7.1')
)
libraryDependencies += "com.mastfrog" % "colors" % "2.7.1"
[com.mastfrog/colors "2.7.1"]