GroupId | GroupIdorg.dotwebstack.framework |
---|---|
ArtifactId | ArtifactIdexample |
Version | Version0.3.63 |
Type | Typepom |
Filename | Size |
---|---|
example-0.3.63.pom | 771 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.dotwebstack.framework/example/ -->
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>example</artifactId>
<version>0.3.63</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example/
implementation 'org.dotwebstack.framework:example:0.3.63'
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example/
implementation ("org.dotwebstack.framework:example:0.3.63")
'org.dotwebstack.framework:example:pom:0.3.63'
<dependency org="org.dotwebstack.framework" name="example" rev="0.3.63">
<artifact name="example" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.dotwebstack.framework', module='example', version='0.3.63')
)
libraryDependencies += "org.dotwebstack.framework" % "example" % "0.3.63"
[org.dotwebstack.framework/example "0.3.63"]