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