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