| License |
License |
|---|---|
| GroupId | GroupIdcom.github.huifer |
| ArtifactId | ArtifactIdexample |
| Version | Version1.0.0-Releases |
| Type | Typepom |
| Description |
DescriptionJPA entity plugins.
|
| Filename | Size |
|---|---|
| example-1.0.0-Releases.pom | 732 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.huifer/example/ -->
<dependency>
<groupId>com.github.huifer</groupId>
<artifactId>example</artifactId>
<version>1.0.0-Releases</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.huifer/example/
implementation 'com.github.huifer:example:1.0.0-Releases'
// https://jarcasting.com/artifacts/com.github.huifer/example/
implementation ("com.github.huifer:example:1.0.0-Releases")
'com.github.huifer:example:pom:1.0.0-Releases'
<dependency org="com.github.huifer" name="example" rev="1.0.0-Releases">
<artifact name="example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.huifer', module='example', version='1.0.0-Releases')
)
libraryDependencies += "com.github.huifer" % "example" % "1.0.0-Releases"
[com.github.huifer/example "1.0.0-Releases"]