| Categories |
CategoriesGroovy Languages |
|---|---|
| GroupId | GroupIdorg.specsy |
| ArtifactId | ArtifactIdspecsy-groovy |
| Version | Version2.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| specsy-groovy-2.1.0.pom | |
| specsy-groovy-2.1.0.jar | 3 KB |
| specsy-groovy-2.1.0-sources.jar | 1 KB |
| specsy-groovy-2.1.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.specsy/specsy-groovy/ -->
<dependency>
<groupId>org.specsy</groupId>
<artifactId>specsy-groovy</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.specsy/specsy-groovy/
implementation 'org.specsy:specsy-groovy:2.1.0'
// https://jarcasting.com/artifacts/org.specsy/specsy-groovy/
implementation ("org.specsy:specsy-groovy:2.1.0")
'org.specsy:specsy-groovy:jar:2.1.0'
<dependency org="org.specsy" name="specsy-groovy" rev="2.1.0">
<artifact name="specsy-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specsy', module='specsy-groovy', version='2.1.0')
)
libraryDependencies += "org.specsy" % "specsy-groovy" % "2.1.0"
[org.specsy/specsy-groovy "2.1.0"]