| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdcom.github.nbbrd.java-service-util | 
| ArtifactId | ArtifactIdjava-service-parent | 
| Last Version | Last Version1.5.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionjava-service Java service utilities | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| java-service-parent-1.5.1.pom | 13 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.nbbrd.java-service-util/java-service-parent/ -->
<dependency>
    <groupId>com.github.nbbrd.java-service-util</groupId>
    <artifactId>java-service-parent</artifactId>
    <version>1.5.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.nbbrd.java-service-util/java-service-parent/
implementation 'com.github.nbbrd.java-service-util:java-service-parent:1.5.1'// https://jarcasting.com/artifacts/com.github.nbbrd.java-service-util/java-service-parent/
implementation ("com.github.nbbrd.java-service-util:java-service-parent:1.5.1")'com.github.nbbrd.java-service-util:java-service-parent:pom:1.5.1'<dependency org="com.github.nbbrd.java-service-util" name="java-service-parent" rev="1.5.1">
  <artifact name="java-service-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.nbbrd.java-service-util', module='java-service-parent', version='1.5.1')
)libraryDependencies += "com.github.nbbrd.java-service-util" % "java-service-parent" % "1.5.1"[com.github.nbbrd.java-service-util/java-service-parent "1.5.1"]