is not current version
Last Version 1.2.1

br.eti.clairton:ds-test 1.0.1

A simples to create datasources in tests

GroupId

GroupId

br.eti.clairton
ArtifactId

ArtifactId

ds-test
Version

Version

1.0.1
Type

Type

jar

Download ds-test 1.0.1


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