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