is not current version
Last Version 1.2.1

br.eti.clairton:ds-test 1.1.0

A simples to create datasources in tests

GroupId

GroupId

br.eti.clairton
ArtifactId

ArtifactId

ds-test
Version

Version

1.1.0
Type

Type

jar

Download ds-test 1.1.0


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