is not current version
Last Version 1.2.1

br.eti.clairton:ds-test 0.4.0

A simples to create datasources in tests

GroupId

GroupId

br.eti.clairton
ArtifactId

ArtifactId

ds-test
Version

Version

0.4.0
Type

Type

jar

Download ds-test 0.4.0


<!-- https://jarcasting.com/artifacts/br.eti.clairton/ds-test/ -->
<dependency>
    <groupId>br.eti.clairton</groupId>
    <artifactId>ds-test</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.eti.clairton/ds-test/
implementation 'br.eti.clairton:ds-test:0.4.0'
// https://jarcasting.com/artifacts/br.eti.clairton/ds-test/
implementation ("br.eti.clairton:ds-test:0.4.0")
'br.eti.clairton:ds-test:jar:0.4.0'
<dependency org="br.eti.clairton" name="ds-test" rev="0.4.0">
  <artifact name="ds-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.eti.clairton', module='ds-test', version='0.4.0')
)
libraryDependencies += "br.eti.clairton" % "ds-test" % "0.4.0"
[br.eti.clairton/ds-test "0.4.0"]