Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.overmighty |
ArtifactId | ArtifactIdcroissant |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
croissant-1.0.1.pom | |
croissant-1.0.1.jar | 29 KB |
croissant-1.0.1-sources.jar | 24 KB |
croissant-1.0.1-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.overmighty/croissant/ -->
<dependency>
<groupId>com.github.overmighty</groupId>
<artifactId>croissant</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.overmighty/croissant/
implementation 'com.github.overmighty:croissant:1.0.1'
// https://jarcasting.com/artifacts/com.github.overmighty/croissant/
implementation ("com.github.overmighty:croissant:1.0.1")
'com.github.overmighty:croissant:jar:1.0.1'
<dependency org="com.github.overmighty" name="croissant" rev="1.0.1">
<artifact name="croissant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.overmighty', module='croissant', version='1.0.1')
)
libraryDependencies += "com.github.overmighty" % "croissant" % "1.0.1"
[com.github.overmighty/croissant "1.0.1"]