i

infomas-asl

Parent POM for open source projects of XIAM Solutions B.V.
The Apache Software License, Version 2.0
XIAM Solutions B.V.
Ronald Muller
Files download
File Operation
infomas-asl-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>eu.infomas</groupId>
  <artifactId>infomas-asl</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'eu.infomas:infomas-asl:3.0.0'
Gradle Kotlin
implementation("eu.infomas:infomas-asl:3.0.0")
Scala SBT
libraryDependencies += "eu.infomas" % "infomas-asl" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.infomas', module='infomas-asl', version='3.0.0')
)
Apache Ivy
<dependency org="eu.infomas" name="infomas-asl" rev="3.0.0" />
Leiningen
[eu.infomas/infomas-asl "3.0.0"]
Apache Buildr
'eu.infomas:infomas-asl:jar:3.0.0'