Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.kie.modules |
ArtifactId | ArtifactIdorg-apache-commons-net |
Version | Version6.4.0.Beta2 |
Type | Typejar |
Filename | Size |
---|---|
org-apache-commons-net-6.4.0.Beta2.pom | 989 bytes |
org-apache-commons-net-6.4.0.Beta2-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.4.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-net/
implementation 'org.kie.modules:org-apache-commons-net:6.4.0.Beta2'
// https://jarcasting.com/artifacts/org.kie.modules/org-apache-commons-net/
implementation ("org.kie.modules:org-apache-commons-net:6.4.0.Beta2")
'org.kie.modules:org-apache-commons-net:jar:6.4.0.Beta2'
<dependency org="org.kie.modules" name="org-apache-commons-net" rev="6.4.0.Beta2">
<artifact name="org-apache-commons-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.modules', module='org-apache-commons-net', version='6.4.0.Beta2')
)
libraryDependencies += "org.kie.modules" % "org-apache-commons-net" % "6.4.0.Beta2"
[org.kie.modules/org-apache-commons-net "6.4.0.Beta2"]