| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdcom.jpattern | 
| ArtifactId | ArtifactIdjporm | 
| Last Version | Last Version6.3.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionjporm | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| jporm-6.3.0.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm/ -->
<dependency>
    <groupId>com.jpattern</groupId>
    <artifactId>jporm</artifactId>
    <version>6.3.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.jpattern/jporm/
implementation 'com.jpattern:jporm:6.3.0'// https://jarcasting.com/artifacts/com.jpattern/jporm/
implementation ("com.jpattern:jporm:6.3.0")'com.jpattern:jporm:pom:6.3.0'<dependency org="com.jpattern" name="jporm" rev="6.3.0">
  <artifact name="jporm" type="pom" />
</dependency>@Grapes(
@Grab(group='com.jpattern', module='jporm', version='6.3.0')
)libraryDependencies += "com.jpattern" % "jporm" % "6.3.0"[com.jpattern/jporm "6.3.0"]