License |
License |
---|---|
GroupId | GroupIdcom.profesorfalken |
ArtifactId | ArtifactIdjServices |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjServices
Library to manage services using Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jServices-1.0.pom | |
jServices-1.0.jar | 14 KB |
jServices-1.0-sources.jar | 11 KB |
jServices-1.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.profesorfalken/jServices/ -->
<dependency>
<groupId>com.profesorfalken</groupId>
<artifactId>jServices</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.profesorfalken/jServices/
implementation 'com.profesorfalken:jServices:1.0'
// https://jarcasting.com/artifacts/com.profesorfalken/jServices/
implementation ("com.profesorfalken:jServices:1.0")
'com.profesorfalken:jServices:jar:1.0'
<dependency org="com.profesorfalken" name="jServices" rev="1.0">
<artifact name="jServices" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.profesorfalken', module='jServices', version='1.0')
)
libraryDependencies += "com.profesorfalken" % "jServices" % "1.0"
[com.profesorfalken/jServices "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.profesorfalken : WMI4Java | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |