Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-apache-commons-net |
Version | Version6.2.0.CR2 |
Type | Typejar |
Filename | Size |
---|---|
org-apache-commons-net-6.2.0.CR2.pom | 987 bytes |
org-apache-commons-net-6.2.0.CR2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-net/ -->
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-apache-commons-net</artifactId>
<version>6.2.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-net/
implementation 'org.kie.modules:org-apache-commons-net:6.2.0.CR2'
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-net/
implementation ("org.kie.modules:org-apache-commons-net:6.2.0.CR2")
'org.kie.modules:org-apache-commons-net:jar:6.2.0.CR2'
<dependency org="org.kie.modules" name="org-apache-commons-net" rev="6.2.0.CR2">
<artifact name="org-apache-commons-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-apache-commons-net', version='6.2.0.CR2')
)
libraryDependencies += "org.kie.modules" % "org-apache-commons-net" % "6.2.0.CR2"
[org.kie.modules/org-apache-commons-net "6.2.0.CR2"]