Files download
File Operation
seezoon-components-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.seezoon</groupId>
  <artifactId>seezoon-components</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.seezoon:seezoon-components:1.0.3'
Gradle Kotlin
implementation("com.seezoon:seezoon-components:1.0.3")
Scala SBT
libraryDependencies += "com.seezoon" % "seezoon-components" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.seezoon', module='seezoon-components', version='1.0.3')
)
Apache Ivy
<dependency org="com.seezoon" name="seezoon-components" rev="1.0.3" />
Leiningen
[com.seezoon/seezoon-components "1.0.3"]
Apache Buildr
'com.seezoon:seezoon-components:jar:1.0.3'
Dependencies
The project has no third-party dependencies