License |
License |
---|---|
GroupId | GroupIdorg.softcake |
ArtifactId | ArtifactIdsoftcake.lemon |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionsoftcake.lemon
Softcake Test Libraries for Java 8+
|
Filename | Size |
---|---|
softcake.lemon-0.2.0.pom | |
softcake.lemon-0.2.0.jar | 5 KB |
softcake.lemon-0.2.0-sources.jar | 2 KB |
softcake.lemon-0.2.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.softcake/softcake.lemon/ -->
<dependency>
<groupId>org.softcake</groupId>
<artifactId>softcake.lemon</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.softcake/softcake.lemon/
implementation 'org.softcake:softcake.lemon:0.2.0'
// https://jarcasting.com/artifacts/org.softcake/softcake.lemon/
implementation ("org.softcake:softcake.lemon:0.2.0")
'org.softcake:softcake.lemon:jar:0.2.0'
<dependency org="org.softcake" name="softcake.lemon" rev="0.2.0">
<artifact name="softcake.lemon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.softcake', module='softcake.lemon', version='0.2.0')
)
libraryDependencies += "org.softcake" % "softcake.lemon" % "0.2.0"
[org.softcake/softcake.lemon "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
junit : junit | jar | 4.11 |