| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdcom.jpattern | 
| ArtifactId | ArtifactIdjporm-core | 
| Version | Version6.0.0-alpha-1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| jporm-core-6.0.0-alpha-1.pom | |
| jporm-core-6.0.0-alpha-1.jar | 363 KB | 
| jporm-core-6.0.0-alpha-1-sources.jar | 227 KB | 
| jporm-core-6.0.0-alpha-1-javadoc.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jpattern/jporm-core/ -->
<dependency>
    <groupId>com.jpattern</groupId>
    <artifactId>jporm-core</artifactId>
    <version>6.0.0-alpha-1</version>
</dependency>// https://jarcasting.com/artifacts/com.jpattern/jporm-core/
implementation 'com.jpattern:jporm-core:6.0.0-alpha-1'// https://jarcasting.com/artifacts/com.jpattern/jporm-core/
implementation ("com.jpattern:jporm-core:6.0.0-alpha-1")'com.jpattern:jporm-core:jar:6.0.0-alpha-1'<dependency org="com.jpattern" name="jporm-core" rev="6.0.0-alpha-1">
  <artifact name="jporm-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jpattern', module='jporm-core', version='6.0.0-alpha-1')
)libraryDependencies += "com.jpattern" % "jporm-core" % "6.0.0-alpha-1"[com.jpattern/jporm-core "6.0.0-alpha-1"]