P

Proteomics

Library related to the Proteins library. Probably deprecated or redundant. Included for backwards compatibility
https://github.com/fickludd/proteomicore
The Apache License, Version 2.0
Johan Teleman
Files download
File Operation
Proteomics-1.0.0.jar download
Proteomics-1.0.0.pom download
Proteomics-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>se.lth.immun</groupId>
  <artifactId>Proteomics</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'se.lth.immun:Proteomics:1.0.0'
Gradle Kotlin
implementation("se.lth.immun:Proteomics:1.0.0")
Scala SBT
libraryDependencies += "se.lth.immun" % "Proteomics" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='se.lth.immun', module='Proteomics', version='1.0.0')
)
Apache Ivy
<dependency org="se.lth.immun" name="Proteomics" rev="1.0.0" />
Leiningen
[se.lth.immun/Proteomics "1.0.0"]
Apache Buildr
'se.lth.immun:Proteomics:jar:1.0.0'