GroupId | GroupIdorg.codehaus.waffle |
---|---|
ArtifactId | ArtifactIdwaffle-core |
Version | Version1.0-RC-2 |
Type | Typejar |
Filename | Size |
---|---|
waffle-core-1.0-RC-2.pom | |
waffle-core-1.0-RC-2.jar | 138 KB |
waffle-core-1.0-RC-2-sources.jar | 117 KB |
waffle-core-1.0-RC-2-javadoc.jar | 734 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-core/ -->
<dependency>
<groupId>org.codehaus.waffle</groupId>
<artifactId>waffle-core</artifactId>
<version>1.0-RC-2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-core/
implementation 'org.codehaus.waffle:waffle-core:1.0-RC-2'
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-core/
implementation ("org.codehaus.waffle:waffle-core:1.0-RC-2")
'org.codehaus.waffle:waffle-core:jar:1.0-RC-2'
<dependency org="org.codehaus.waffle" name="waffle-core" rev="1.0-RC-2">
<artifact name="waffle-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.waffle', module='waffle-core', version='1.0-RC-2')
)
libraryDependencies += "org.codehaus.waffle" % "waffle-core" % "1.0-RC-2"
[org.codehaus.waffle/waffle-core "1.0-RC-2"]