License |
License |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdone-time-link |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionone-time-link
Webapp for sending single use links to encrypted information
|
Project URL |
Project URL |
Filename | Size |
---|---|
one-time-link-0.1.pom | |
one-time-link-0.1.war | 1 MB |
one-time-link-0.1-sources.jar | 5 KB |
one-time-link-0.1-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/one-time-link/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>one-time-link</artifactId>
<version>0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/one-time-link/
implementation 'com.github.davidmoten:one-time-link:0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/one-time-link/
implementation ("com.github.davidmoten:one-time-link:0.1")
'com.github.davidmoten:one-time-link:war:0.1'
<dependency org="com.github.davidmoten" name="one-time-link" rev="0.1">
<artifact name="one-time-link" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='one-time-link', version='0.1')
)
libraryDependencies += "com.github.davidmoten" % "one-time-link" % "0.1"
[com.github.davidmoten/one-time-link "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
com.github.davidmoten : guava-mini | jar | 0.1.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
com.github.davidmoten : junit-extras | jar | 0.3 |