Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.contextfw |
ArtifactId | ArtifactIdcontext |
Version | Version0.6.0 |
Type | Typepom |
Filename | Size |
---|---|
context-0.6.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.contextfw/context/ -->
<dependency>
<groupId>net.contextfw</groupId>
<artifactId>context</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.contextfw/context/
implementation 'net.contextfw:context:0.6.0'
// https://jarcasting.com/artifacts/net.contextfw/context/
implementation ("net.contextfw:context:0.6.0")
'net.contextfw:context:pom:0.6.0'
<dependency org="net.contextfw" name="context" rev="0.6.0">
<artifact name="context" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.contextfw', module='context', version='0.6.0')
)
libraryDependencies += "net.contextfw" % "context" % "0.6.0"
[net.contextfw/context "0.6.0"]