| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.github.jalasoft |
| ArtifactId | ArtifactIdJalasoftNetParent |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHttpClientParent
Parent POM of JalaSoft library that focuses on networking.
|
| Filename | Size |
|---|---|
| JalasoftNetParent-1.0.5.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.jalasoft/JalasoftNetParent/ -->
<dependency>
<groupId>com.github.jalasoft</groupId>
<artifactId>JalasoftNetParent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jalasoft/JalasoftNetParent/
implementation 'com.github.jalasoft:JalasoftNetParent:1.0.5'
// https://jarcasting.com/artifacts/com.github.jalasoft/JalasoftNetParent/
implementation ("com.github.jalasoft:JalasoftNetParent:1.0.5")
'com.github.jalasoft:JalasoftNetParent:pom:1.0.5'
<dependency org="com.github.jalasoft" name="JalasoftNetParent" rev="1.0.5">
<artifact name="JalasoftNetParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jalasoft', module='JalasoftNetParent', version='1.0.5')
)
libraryDependencies += "com.github.jalasoft" % "JalasoftNetParent" % "1.0.5"
[com.github.jalasoft/JalasoftNetParent "1.0.5"]