| GroupId | GroupIdorg.dotwebstack.framework |
|---|---|
| ArtifactId | ArtifactIdexample |
| Version | Version0.2.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| example-0.2.4.pom | |
| example-0.2.4.jar | 32 MB |
| example-0.2.4-sources.jar | 9 KB |
| example-0.2.4-javadoc.jar | 394 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dotwebstack.framework/example/ -->
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>example</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example/
implementation 'org.dotwebstack.framework:example:0.2.4'
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example/
implementation ("org.dotwebstack.framework:example:0.2.4")
'org.dotwebstack.framework:example:jar:0.2.4'
<dependency org="org.dotwebstack.framework" name="example" rev="0.2.4">
<artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dotwebstack.framework', module='example', version='0.2.4')
)
libraryDependencies += "org.dotwebstack.framework" % "example" % "0.2.4"
[org.dotwebstack.framework/example "0.2.4"]