GroupId | GroupIdorg.oxerr.commons |
---|---|
ArtifactId | ArtifactIdcommons-user-repository |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.oxerr.commons/commons-user-repository/ -->
<dependency>
<groupId>org.oxerr.commons</groupId>
<artifactId>commons-user-repository</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.oxerr.commons/commons-user-repository/
implementation 'org.oxerr.commons:commons-user-repository:1.0.1'
// https://jarcasting.com/artifacts/org.oxerr.commons/commons-user-repository/
implementation ("org.oxerr.commons:commons-user-repository:1.0.1")
'org.oxerr.commons:commons-user-repository:jar:1.0.1'
<dependency org="org.oxerr.commons" name="commons-user-repository" rev="1.0.1">
<artifact name="commons-user-repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.oxerr.commons', module='commons-user-repository', version='1.0.1')
)
libraryDependencies += "org.oxerr.commons" % "commons-user-repository" % "1.0.1"
[org.oxerr.commons/commons-user-repository "1.0.1"]