Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.langion |
ArtifactId | ArtifactIdlangion-form |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
langion-form-1.4.pom | |
langion-form-1.4.jar | 12 KB |
langion-form-1.4-sources.jar | 6 KB |
langion-form-1.4-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.langion/langion-form/ -->
<dependency>
<groupId>com.github.langion</groupId>
<artifactId>langion-form</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.langion/langion-form/
implementation 'com.github.langion:langion-form:1.4'
// https://jarcasting.com/artifacts/com.github.langion/langion-form/
implementation ("com.github.langion:langion-form:1.4")
'com.github.langion:langion-form:jar:1.4'
<dependency org="com.github.langion" name="langion-form" rev="1.4">
<artifact name="langion-form" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.langion', module='langion-form', version='1.4')
)
libraryDependencies += "com.github.langion" % "langion-form" % "1.4"
[com.github.langion/langion-form "1.4"]