l

license

AgroSense is a highly modular farm management system base on the netbeans platform.
http://www.agrosense.eu
gpl30
AgroSense
文件下载
文件名 操作
license-1.1.jar 下载
license-1.1.pom 下载
license-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.agrosense.api</groupId>
  <artifactId>license</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'eu.agrosense.api:license:1.1'
Gradle Kotlin
implementation("eu.agrosense.api:license:1.1")
Scala SBT
libraryDependencies += "eu.agrosense.api" % "license" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.agrosense.api', module='license', version='1.1')
)
Apache Ivy
<dependency org="eu.agrosense.api" name="license" rev="1.1" />
Leiningen
[eu.agrosense.api/license "1.1"]
Apache Buildr
'eu.agrosense.api:license:jar:1.1'