Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.hidetake |
ArtifactId | ArtifactIdpojofill |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pojofill-1.0.0.pom | |
pojofill-1.0.0.jar | 10 KB |
pojofill-1.0.0-sources.jar | 5 KB |
pojofill-1.0.0-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hidetake/pojofill/ -->
<dependency>
<groupId>org.hidetake</groupId>
<artifactId>pojofill</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hidetake/pojofill/
implementation 'org.hidetake:pojofill:1.0.0'
// https://jarcasting.com/artifacts/org.hidetake/pojofill/
implementation ("org.hidetake:pojofill:1.0.0")
'org.hidetake:pojofill:jar:1.0.0'
<dependency org="org.hidetake" name="pojofill" rev="1.0.0">
<artifact name="pojofill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hidetake', module='pojofill', version='1.0.0')
)
libraryDependencies += "org.hidetake" % "pojofill" % "1.0.0"
[org.hidetake/pojofill "1.0.0"]