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