| GroupId | GroupIdcom.godaddy.asherah |
|---|---|
| ArtifactId | ArtifactIdsecurememory |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| securememory-0.1.0.pom | |
| securememory-0.1.0.jar | 27 KB |
| securememory-0.1.0-sources.jar | 20 KB |
| securememory-0.1.0-javadoc.jar | 133 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.godaddy.asherah/securememory/ -->
<dependency>
<groupId>com.godaddy.asherah</groupId>
<artifactId>securememory</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.godaddy.asherah/securememory/
implementation 'com.godaddy.asherah:securememory:0.1.0'
// https://jarcasting.com/artifacts/com.godaddy.asherah/securememory/
implementation ("com.godaddy.asherah:securememory:0.1.0")
'com.godaddy.asherah:securememory:jar:0.1.0'
<dependency org="com.godaddy.asherah" name="securememory" rev="0.1.0">
<artifact name="securememory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.godaddy.asherah', module='securememory', version='0.1.0')
)
libraryDependencies += "com.godaddy.asherah" % "securememory" % "0.1.0"
[com.godaddy.asherah/securememory "0.1.0"]