Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.eduworks |
ArtifactId | ArtifactIdebac.identity |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ebac.identity-3.1.1.pom | |
ebac.identity-3.1.1.jar | 96 KB |
ebac.identity-3.1.1-sources.jar | 18 KB |
ebac.identity-3.1.1-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.eduworks/ebac.identity/ -->
<dependency>
<groupId>com.eduworks</groupId>
<artifactId>ebac.identity</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.eduworks/ebac.identity/
implementation 'com.eduworks:ebac.identity:3.1.1'
// https://jarcasting.com/artifacts/com.eduworks/ebac.identity/
implementation ("com.eduworks:ebac.identity:3.1.1")
'com.eduworks:ebac.identity:jar:3.1.1'
<dependency org="com.eduworks" name="ebac.identity" rev="3.1.1">
<artifact name="ebac.identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.eduworks', module='ebac.identity', version='3.1.1')
)
libraryDependencies += "com.eduworks" % "ebac.identity" % "3.1.1"
[com.eduworks/ebac.identity "3.1.1"]