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