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