License |
License |
---|---|
GroupId | GroupIdcom.github.mwmahlberg.speedy |
ArtifactId | ArtifactIdspeedy-api |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionSpeedy API
Shared API parts of the Speedy Web Application Framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
speedy-api-0.1.1.pom | |
speedy-api-0.1.1.jar | 3 KB |
speedy-api-0.1.1-sources.jar | 1 KB |
speedy-api-0.1.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mwmahlberg.speedy/speedy-api/ -->
<dependency>
<groupId>com.github.mwmahlberg.speedy</groupId>
<artifactId>speedy-api</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mwmahlberg.speedy/speedy-api/
implementation 'com.github.mwmahlberg.speedy:speedy-api:0.1.1'
// https://jarcasting.com/artifacts/com.github.mwmahlberg.speedy/speedy-api/
implementation ("com.github.mwmahlberg.speedy:speedy-api:0.1.1")
'com.github.mwmahlberg.speedy:speedy-api:jar:0.1.1'
<dependency org="com.github.mwmahlberg.speedy" name="speedy-api" rev="0.1.1">
<artifact name="speedy-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mwmahlberg.speedy', module='speedy-api', version='0.1.1')
)
libraryDependencies += "com.github.mwmahlberg.speedy" % "speedy-api" % "0.1.1"
[com.github.mwmahlberg.speedy/speedy-api "0.1.1"]