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