Categories |
CategoriesNet |
---|---|
GroupId | GroupIdai.wordbox |
ArtifactId | ArtifactIdnetworkextension |
Version | Version1.0.7-RC3 |
Type | Typeaar |
Filename | Size |
---|---|
networkextension-1.0.7-RC3.pom | |
networkextension-1.0.7-RC3-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.wordbox/networkextension/ -->
<dependency>
<groupId>ai.wordbox</groupId>
<artifactId>networkextension</artifactId>
<version>1.0.7-RC3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.wordbox/networkextension/
implementation 'ai.wordbox:networkextension:1.0.7-RC3'
// https://jarcasting.com/artifacts/ai.wordbox/networkextension/
implementation ("ai.wordbox:networkextension:1.0.7-RC3")
'ai.wordbox:networkextension:aar:1.0.7-RC3'
<dependency org="ai.wordbox" name="networkextension" rev="1.0.7-RC3">
<artifact name="networkextension" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.wordbox', module='networkextension', version='1.0.7-RC3')
)
libraryDependencies += "ai.wordbox" % "networkextension" % "1.0.7-RC3"
[ai.wordbox/networkextension "1.0.7-RC3"]