| License | License
                                                        GPL                                                 | 
|---|---|
| GroupId | GroupIdorg.coldis.library | 
| ArtifactId | ArtifactIdscript-operational | 
| Last Version | Last Version1.0.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOperational scripts Common configuration and dependencies. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| script-operational-1.0.7.pom | |
| script-operational-1.0.7.jar | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.coldis.library/script-operational/ -->
<dependency>
    <groupId>org.coldis.library</groupId>
    <artifactId>script-operational</artifactId>
    <version>1.0.7</version>
</dependency>// https://jarcasting.com/artifacts/org.coldis.library/script-operational/
implementation 'org.coldis.library:script-operational:1.0.7'// https://jarcasting.com/artifacts/org.coldis.library/script-operational/
implementation ("org.coldis.library:script-operational:1.0.7")'org.coldis.library:script-operational:jar:1.0.7'<dependency org="org.coldis.library" name="script-operational" rev="1.0.7">
  <artifact name="script-operational" type="jar" />
</dependency>@Grapes(
@Grab(group='org.coldis.library', module='script-operational', version='1.0.7')
)libraryDependencies += "org.coldis.library" % "script-operational" % "1.0.7"[org.coldis.library/script-operational "1.0.7"]