Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.charlyghislain.authenticator |
ArtifactId | ArtifactIdauthenticator-domain |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
authenticator-domain-1.0.3.pom | |
authenticator-domain-1.0.3.jar | 48 KB |
authenticator-domain-1.0.3-sources.jar | 33 KB |
authenticator-domain-1.0.3-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.charlyghislain.authenticator/authenticator-domain/ -->
<dependency>
<groupId>com.charlyghislain.authenticator</groupId>
<artifactId>authenticator-domain</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/authenticator-domain/
implementation 'com.charlyghislain.authenticator:authenticator-domain:1.0.3'
// https://jarcasting.com/artifacts/com.charlyghislain.authenticator/authenticator-domain/
implementation ("com.charlyghislain.authenticator:authenticator-domain:1.0.3")
'com.charlyghislain.authenticator:authenticator-domain:jar:1.0.3'
<dependency org="com.charlyghislain.authenticator" name="authenticator-domain" rev="1.0.3">
<artifact name="authenticator-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.charlyghislain.authenticator', module='authenticator-domain', version='1.0.3')
)
libraryDependencies += "com.charlyghislain.authenticator" % "authenticator-domain" % "1.0.3"
[com.charlyghislain.authenticator/authenticator-domain "1.0.3"]