is not current version
Last Version 1.0.10

fr.smallcrew.foundation:smallcrew-test 1.0.3

Foundation of all smallcrew's projects needing common test tools and dependencies

GroupId

GroupId

fr.smallcrew.foundation
ArtifactId

ArtifactId

smallcrew-test
Version

Version

1.0.3
Type

Type

jar

Download smallcrew-test 1.0.3


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