License |
License |
---|---|
GroupId | GroupIdorg.dotwebstack.framework |
ArtifactId | ArtifactIdexample |
Last Version | Last Version0.3.122 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAn extensible full-stack framework which offers the foundation and building blocks
for developing (Linked) Data services, including URI dereferencing, RESTful API’s, and much
more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
example-0.3.122.pom | |
example-0.3.122.jar | 33 MB |
example-0.3.122-sources.jar | 10 KB |
example-0.3.122-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dotwebstack.framework/example/ -->
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>example</artifactId>
<version>0.3.122</version>
</dependency>
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example/
implementation 'org.dotwebstack.framework:example:0.3.122'
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example/
implementation ("org.dotwebstack.framework:example:0.3.122")
'org.dotwebstack.framework:example:jar:0.3.122'
<dependency org="org.dotwebstack.framework" name="example" rev="0.3.122">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dotwebstack.framework', module='example', version='0.3.122')
)
libraryDependencies += "org.dotwebstack.framework" % "example" % "0.3.122"
[org.dotwebstack.framework/example "0.3.122"]