License |
License |
---|---|
GroupId | GroupIdorg.coursera.courier |
ArtifactId | ArtifactIdtest |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontest
SBT plugin for rest.li that provides all the build tasks required to build rest.li applications.
|
Filename | Size |
---|---|
test-0.0.1.pom | |
test-0.0.1.jar | 261 bytes |
test-0.0.1-sources.jar | 261 bytes |
test-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.coursera.courier/test/ -->
<dependency>
<groupId>org.coursera.courier</groupId>
<artifactId>test</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.coursera.courier/test/
implementation 'org.coursera.courier:test:0.0.1'
// https://jarcasting.com/artifacts/org.coursera.courier/test/
implementation ("org.coursera.courier:test:0.0.1")
'org.coursera.courier:test:jar:0.0.1'
<dependency org="org.coursera.courier" name="test" rev="0.0.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coursera.courier', module='test', version='0.0.1')
)
libraryDependencies += "org.coursera.courier" % "test" % "0.0.1"
[org.coursera.courier/test "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.4 |
commons-io : commons-io | jar | 1.4 |