License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.code-story |
ArtifactId | ArtifactIdquickstart |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCodeStory - Http Server Archetype
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
quickstart-1.0.pom | |
quickstart-1.0.jar | 5 KB |
quickstart-1.0-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.code-story/quickstart/ -->
<dependency>
<groupId>net.code-story</groupId>
<artifactId>quickstart</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.code-story/quickstart/
implementation 'net.code-story:quickstart:1.0'
// https://jarcasting.com/artifacts/net.code-story/quickstart/
implementation ("net.code-story:quickstart:1.0")
'net.code-story:quickstart:jar:1.0'
<dependency org="net.code-story" name="quickstart" rev="1.0">
<artifact name="quickstart" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.code-story', module='quickstart', version='1.0')
)
libraryDependencies += "net.code-story" % "quickstart" % "1.0"
[net.code-story/quickstart "1.0"]