GroupId | GroupIdbr.com.objectos.way |
---|---|
ArtifactId | ArtifactIdtestable |
Version | Version0.3.1 |
Type | Typejar |
Filename | Size |
---|---|
testable-0.3.1.pom | |
testable-0.3.1.jar | 4 KB |
testable-0.3.1-sources.jar | 2 KB |
testable-0.3.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.way/testable/ -->
<dependency>
<groupId>br.com.objectos.way</groupId>
<artifactId>testable</artifactId>
<version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.way/testable/
implementation 'br.com.objectos.way:testable:0.3.1'
// https://jarcasting.com/artifacts/br.com.objectos.way/testable/
implementation ("br.com.objectos.way:testable:0.3.1")
'br.com.objectos.way:testable:jar:0.3.1'
<dependency org="br.com.objectos.way" name="testable" rev="0.3.1">
<artifact name="testable" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.way', module='testable', version='0.3.1')
)
libraryDependencies += "br.com.objectos.way" % "testable" % "0.3.1"
[br.com.objectos.way/testable "0.3.1"]