| License |
License |
|---|---|
| Categories |
CategoriesData Sentinel Container Microservices |
| GroupId | GroupIdorg.nocrala.tools.database.sentinel |
| ArtifactId | ArtifactIdsentinel-project |
| Last Version | Last Version1.1.8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSentinel Umbrella Project
Sentinel compares database structure between of different environments to verify they are identical.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sentinel-project-1.1.8.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.nocrala.tools.database.sentinel/sentinel-project/ -->
<dependency>
<groupId>org.nocrala.tools.database.sentinel</groupId>
<artifactId>sentinel-project</artifactId>
<version>1.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nocrala.tools.database.sentinel/sentinel-project/
implementation 'org.nocrala.tools.database.sentinel:sentinel-project:1.1.8'
// https://jarcasting.com/artifacts/org.nocrala.tools.database.sentinel/sentinel-project/
implementation ("org.nocrala.tools.database.sentinel:sentinel-project:1.1.8")
'org.nocrala.tools.database.sentinel:sentinel-project:pom:1.1.8'
<dependency org="org.nocrala.tools.database.sentinel" name="sentinel-project" rev="1.1.8">
<artifact name="sentinel-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nocrala.tools.database.sentinel', module='sentinel-project', version='1.1.8')
)
libraryDependencies += "org.nocrala.tools.database.sentinel" % "sentinel-project" % "1.1.8"
[org.nocrala.tools.database.sentinel/sentinel-project "1.1.8"]